home *** CD-ROM | disk | FTP | other *** search
/ PC Media 2 / PC MEDIA CD02.iso / share / udos / fgrep103 / extern.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-28  |  873 b   |  19 lines

  1. /* global flags for bm */
  2. extern int      cFlag, /* true if we want only a count of matching lines */
  3.         fFlag, /* true if the patterns are to come from a file */
  4.         lFlag, /* true if we want a list of files containing the pattern */
  5.         nFlag, /* true if we want the character offset of the pattern */
  6.         sFlag, /* true if we want silent mode */
  7.         xFlag, /* true if we want only lines which match entirely */
  8.         mFlag, /* true if we do not want case sensitivity */
  9.         eFlag, /* indicates that next argument is the pattern */
  10.         hFlag, /* true if we want no filenames in output */
  11.         zFlag, /* Allout directvideo blaster flag */
  12.         MatchCount; /* count of number of times a search string was found
  13.         * in the text */
  14.  
  15. extern char *FileName;
  16. extern int scrnlines; // 11-28-91
  17. extern char showfname;
  18.  
  19.